home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWWindow / Include / FWWindow.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  1.1 KB  |  69 lines  |  [TEXT/MPS ]

  1. #ifndef FWWINDOW_HPP
  2. #define FWWINDOW_HPP
  3.  
  4. //========================================================================================
  5. //
  6. //    File:                FWWindow.hpp
  7. //    Release Version:    $ 1.0d11 $
  8. //
  9. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. // ----- OS Includes -----
  14.  
  15. #ifndef FWRECT_H
  16. #include "FWRect.h"
  17. #endif
  18.  
  19. #ifndef FWRESOUR_H
  20. #include "FWResour.h"
  21. #endif
  22.     
  23. // ----- Foundation Layer -----
  24.  
  25. #ifndef FWAUTODE_H
  26. #include "FWAutoDe.h"
  27. #endif
  28.  
  29. #ifndef FWRUNTYP_H
  30. #include "FWRunTyp.h"
  31. #endif
  32.  
  33. // ----- OpenDoc Includes -----
  34.  
  35. #ifndef _ODTYPES_
  36. #include <ODTypes.h>
  37. #endif
  38.  
  39. #ifndef SOM_ODWindow_xh
  40. #include <Window.xh>
  41. #endif
  42.  
  43. #ifndef SOM_ODSession_xh
  44. #include <ODSessn.xh>
  45. #endif
  46.  
  47. #ifndef SOM_ODPart_xh
  48. #include <Part.xh>
  49. #endif
  50.  
  51. #ifndef SOM_ODInfo_xh
  52. #include <Info.xh>
  53. #endif
  54.  
  55. #ifndef SOM_ODStorageUnit_xh
  56. #include <StorageU.xh>
  57. #endif
  58.     
  59. #ifndef SOM_ODDraft_xh
  60. #include <Draft.xh>
  61. #endif
  62.     
  63. #ifndef SOM_ODFrame_xh
  64. #include <Frame.xh>
  65. #endif
  66.  
  67. #endif // FWWINDOW_HPP
  68.  
  69.